home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Q-R / RPN Calculator.cpt / RPN Calculator / card_9446.txt < prev    next >
Text File  |  1988-09-16  |  2KB  |  42 lines

  1. -- card: 9446 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2499
  5. -- name: Programming
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Programming" into field "Title"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=440 top=322 right=340 bottom=486
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Next
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to next card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. The [Pgm] key toggles the program entry mode on and off.  When it is on, a field at the left displays "Program".  Every programmable key that you click in is recorded in the program memory.  When the program mode is off, clicking the [R/S] key will run the program starting at the current program step.  When the program mode is on, the [R/S] key will be recorded in the program.  This will will stop program execution while running a program.  You then have access to the keyboard and all functions.  Clicking [R/S] will restart the program at the next program step.  When the program is running, "Running" will be displayed in place of the working registers.
  35.  
  36. When entering a program, the function keys still function normally.  Thus if an illegal value is in the x register for a particular function, you will get a beep, and the function will probably not be entered into the program.  Be sure to have legal values in the x register (and memory if you will be recalling it) before starting to enter the program.
  37.  
  38.  
  39.  
  40. -- part contents for background part 6
  41. ----- text -----
  42. Programming